home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // BitLBox.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: BitLBox.pas
- //----------------------------------------------------------------------------
- #ifndef BitLBoxHPP
- #define BitLBoxHPP
- //----------------------------------------------------------------------------
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Menus.hpp>
- #include <StdCtrls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- namespace Bitlbox
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TBitListBox;
- class __declspec(pascalimplementation) TBitListBox : public Stdctrls::TListBox
- {
- typedef Stdctrls::TListBox inherited;
-
- private:
- Graphics::TBitmap* FGlyph;
- void __fastcall SetGlyph(Graphics::TBitmap* p0);
-
- protected:
- virtual void __fastcall MeasureItem(int p0, int &p1);
- virtual void __fastcall DrawItem(int p0, const Windows::TRect &BitLBox_, Stdctrls::TOwnerDrawState
- p2);
-
- public:
- __fastcall virtual TBitListBox(Classes::TComponent* p0);
- __fastcall virtual ~TBitListBox(void);
-
- __published:
- __property Graphics::TBitmap* Glyph = {read=FGlyph, write=SetGlyph, nodefault};
- public:
- /* TWinControl.CreateParented */ __fastcall TBitListBox(HWND ParentWindow) : Stdctrls::TListBox(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall Register(void);
-
- } /* namespace Bitlbox */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Bitlbox;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // BitLBox
-